Welcome![Sign In][Sign Up]
Location:
Search - linux driver makefile

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Driver Developlcd.tar

Description: Source files for pxa LCD driver ======================================== The packet contains the files that is listed below driver files /SOURCE/drivers/video Makefile fbcon.c fbmem.c pxafb.c pxafb.h /SOURCE/include/linux linux_logo.h /SOURCE/include/asm-arm/arch-pxa pxa-regs.h
Platform: | Size: 106496 | Author: 梁志聪 | Hits:

[Embeded Linuxinterrupt

Description: 嵌入式LINUX下的中断程序例子,包含MAKEFILE,可MAKE使用参考-the interruption procedure examples include MAKEFILE, MAKE use of reference
Platform: | Size: 2048 | Author: 陈家振 | Hits:

[Linux-Unixark3116-0.4.2.tar

Description: 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装-used ark 3116 chip set usb rs232 interface to the line under linux driver require Linux kernel 2.6 version, compressed using the makefile directly make make install that is generated. o suffix e lf driver, loaded by using insmod
Platform: | Size: 7168 | Author: 杨亦红 | Hits:

[Embeded LinuxSDDriverForS3c2410

Description: 基于s3c2410的SD驱动,带有makefile,可在linux下直接编译 -s3c2410 based on the SD-driven, with a makefile, linux under the direct translation
Platform: | Size: 24576 | Author: 赵者 | Hits:

[Linux-Unixdrivers

Description: PPC Linux Driver, use makefile to compare the routen in Linux.
Platform: | Size: 192512 | Author: | Hits:

[Linux-UnixMakefile

Description: linux下交叉编译spca5xx(中星微摄像头在linux下使用时用到的驱动)用到的Makefile文件,文件将针对linux2.5 2.6内核的驱动注释掉,修改了针对2.4内核的驱动。-linux cross compiler under the spca5xx (Vimicro camera to use in linux driver when used) used in the Makefile of documents, will linux2.5 2.6 kernel driver commented out, modified for the 2.4 kernel driver.
Platform: | Size: 3072 | Author: jaywoo | Hits:

[Linux-Unix2.6.14

Description: linux-2.6内核SD卡驱动,备有Makefile 选择使用的交叉编译器把编译出的.ko文件加入开发环境中运行-linux-2.6 kernel SD card driver, Makefile with the option of using the cross compiler to compile out. ko file to run the development environment
Platform: | Size: 41984 | Author: wang | Hits:

[Embeded LinuxMakefile

Description: tlc2543的linux驱动程序的makefile文件,基于ARM9核S3C2410芯片-TLC2543 the linux driver makefile file, based on the ARM9 core chip S3C2410
Platform: | Size: 1024 | Author: tao | Hits:

[Internet-Networkdm9601_2.6

Description: DM9601 USB网卡linux驱动,修改makefile就可以了。本人在linux 2.6.14.1测试通过。-DM9601 USB adapter linux driver, modify makefile it. I am in linux 2.6.14.1 test.
Platform: | Size: 10240 | Author: Sam | Hits:

[Linux-Unix922624schar

Description: linux字符设备驱动程序schar 内附makefile-linux character device driver makefile containing Schar
Platform: | Size: 5120 | Author: 丁磊 | Hits:

[Linux-Unixkaka

Description: linux2.6驱动模块,包含驱动makefile,应用层程序,定时器,io口操作,中断操作,led操作,对于想熟悉linux驱动的朋友很不错-linux2.6 drive module, including the driver makefile, the application layer procedures, timer, io port operation, interrupt operation, led the operation, for want of a friend familiar with the linux driver is pretty good
Platform: | Size: 310272 | Author: 瓶盖 | Hits:

[Embeded LinuxFullEmbeddedLinuxNotes

Description: 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(LED、按键、扩展串口、网卡、硬盘、SD卡、LCD和USB等),GUI系统的移植(包含两个GUI系统:基于Qtopia和基于X),应用程序调试技术。   本书从最简单的点亮一个LED开始,由浅入深地讲解,使读者最终可以配置、移植、裁剪内核,编写驱动程序,移植GUI系统,掌握整个嵌入式Linux系统的开发方法。 -This book a comprehensive introduction to embedded Linux system development process, from the bottom to the upper GUI application system to support all aspects of Linux operating system, covers the installation and use of related tools, configuration, embedded programming basics needed (cross- compilation tool option settings, Makefile syntax, ARM assembly instructions, etc.), the use of hardware components and programming (include the common hardware, such as UART, I* IC, LCD, etc.), U-Boot, Linux kernel analysis of , configuration, and migration, the root file system structure (including the transplant busybox, glibc, make image files, etc.), kernel debugging techniques (such as adding kgdb patch, stack back, etc.), driver programming and transplant (LED, button, extended serial port, network cards, hard drives, SD card, LCD, and USB, etc.), GUI system, transplantation (includes two GUI systems: based on Qtopia and based on X), the application debug technology. This book, from th
Platform: | Size: 561152 | Author: 流浪 | Hits:

[Embeded-SCM Developlinux-gps

Description: 基于嵌入式linux的拓展GPS定位模块测试实验(包括源程序,驱动,各头文件以及makefile)-Expansion of embedded linux based GPS positioning module testing laboratories (including source code, driver, the header files and makefile)
Platform: | Size: 4096 | Author: xayoung | Hits:

[Embeded-SCM Developlinux-gprs

Description: 基于嵌入式linux的拓展GPRS无线模块的测试程序(包含源程序,驱动,各头文件以及makefile)-Expansion based on embedded linux GPRS wireless module test procedures (including source code, the driver, the header files and makefile)
Platform: | Size: 9216 | Author: xayoung | Hits:

[Embeded Linuxlinux-driver-setup

Description: 怎样给内核版本为2.6.30.4添加驱动,本例为一个空的驱动,主要是修改Kconfig和Makefile文件,采用modules动态加载-How to add kernel version is 2.6.30.4 driver, in this case an empty drive, was modified Kconfig and Makefile, use dynamic loading of modules
Platform: | Size: 88064 | Author: guoyi | Hits:

[Linux-UnixLinux-driver-development4

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第4章、Linux内核模块。Linux设备驱动会以内核模块的形式出现,因此,学会编写Linux内核模块编程是学习Linux设备驱动的先决条件。4.1~4.2节讲解了Linux内核模块的概念和结构,4.3~4.8节对Linux内核模块的各个组成部分进行详细讲解,4.1~4.2节与4.3~4.8节是整体与部分的关系。4.9节讲解了独立存在的Linux内核模块的Makefile文件编写方法和模块的编译方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 4, Linux kernel modules. Linux device driver to the form of kernel modules, therefore, learn to write Linux kernel module programming is learning Linux device driver prerequisite. 4.1 ~ 4.2 explained Linux kernel module of the concept and structure, 4.3 ~ 4.8 Linux kernel modules of the component part of a detailed explanation, 4.1 ~ 4.2 and 4.3 ~ 4.8 day is the relationship between the whole and the parts. Section 4.9 explained the Linux kernel modules are independent of Makefile documents writing methods and module of the compilation approach.
Platform: | Size: 305152 | Author: 华清远见 | Hits:

[Driver DevelopLinux-kernel-makefile-resolution

Description: 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration statements, and finally, through a simple example- TEST Driver, specify how to develop their own code into the Linux kernel in
Platform: | Size: 342016 | Author: 罗海兵 | Hits:

[Driver DevelopMakefile-muban

Description: 本文件提供最常用linux驱动Makefile的模板,具有很高的参考价值-This document provides the most commonly used linux driver Makefile templates, has high reference value
Platform: | Size: 1024 | Author: tangwen | Hits:

[Linux driverLinux-driver

Description: 介绍了驱动开发中的设备树和makefile,以及高通的相关类似的配置介绍。-introduce device tree and makefile obout linux driver,also some qualcomm settings inside.
Platform: | Size: 510976 | Author: chenjiabin | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net